runtime.schedt.safePointWait (field)

10 uses

	runtime (current package)
		proc.go#L2153: 	if sched.safePointWait != 0 {
		proc.go#L2156: 	sched.safePointWait = gomaxprocs - 1
		proc.go#L2176: 			sched.safePointWait--
		proc.go#L2180: 	wait := sched.safePointWait > 0
		proc.go#L2221: 	if sched.safePointWait != 0 {
		proc.go#L2257: 	sched.safePointWait--
		proc.go#L2258: 	if sched.safePointWait == 0 {
		proc.go#L3175: 		sched.safePointWait--
		proc.go#L3176: 		if sched.safePointWait == 0 {
		runtime2.go#L837: 	safePointWait int32